process

open suspend override fun process(payload: TextToImagePayload, modelPath: String): String(source)
open suspend override fun process(payload: ImageToImagePayload, modelPath: String): String(source)

Executes the process step in the SDAI Core ML feature layer.

Author

Dmitriy Moroz

Parameters

payload

generation payload used by the operation.

modelPath

local model directory selected by the user.